FClose

Syntax: @FClose filenum

The FClose command closes the file number given as the filenum parameter, which can be a numeric variable or numeric attribute. The specified numbered file must currently still be open - having been opened using the FOpen command.

Example

@FClose Num

closes the file number held in the numeric variable Num.